Log session start time Sat Apr 10 16:41:20 UTC 2021

Row Level Message Time File Of Caller Line Of Caller
1.INFO Starting example execute-a-post-request for test fixture example.cubanohttpeasy.HttpEasyPostFixture 16:41:20.393 CubanoDemoFixtureLogger.java 15
2.DEBUG TestLoggerLogWriter Request 16:41:20.529 HttpEasyPostFixture.java 68
Open   Expand
Request Method: POST Request URI: http://localhost:9898/HttpEasyPost Proxy: DIRECT Request Headers: Content-Type: application/json; charset=utf-8 charset: UTF-8 Request Content (application/json; charset=utf-8): {"Hello": "Here is my POST in the request"}
3.DEBUG Raw JSON Response 16:41:20.530 HttpEasyPostFixture.java 68
Open   Expand
{ "Hello": "Here is my POST" }
4.DEBUG TestLoggerLogWriter Response 16:41:20.531 HttpEasyPostFixture.java 68
Open   Expand
Response Headers: HTTP/1.1 200 OK Content-Type: application/json Server: Jetty(9.2.24.v20180105) Transfer-Encoding: chunked Response: { "Hello": "Here is my POST" }
5.INFO Finishing example execute-a-post-request 16:41:20.532 CubanoDemoFixtureLogger.java 20